meson: Make sure ENABLE_NLS is actually defined
authorMatthias Clasen <mclasen@redhat.com>
Sun, 27 Aug 2017 20:01:24 +0000 (16:01 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sun, 27 Aug 2017 20:09:05 +0000 (16:09 -0400)
Despite the comment, we ended up without ENABLE_NLS.

config.h.meson

index b1f286b9b5b8134c0f97bacdc1be63979c110a92..09ab069f2096b328097b3a8e144656ea49e43fdc 100644 (file)
@@ -1,7 +1,7 @@
 /* config.h.in.  Generated from configure.ac by autoheader.  */
 
 /* always defined to indicate that i18n is enabled */
-#mesondefine ENABLE_NLS
+#define ENABLE_NLS 1
 
 /* The prefix for our gettext translation domains. */
 #mesondefine GETTEXT_PACKAGE